home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-10-15 | 405 b | 10 lines | [TEXT/ToyS] |
- tell application "Finger"
- set err to finger "craig@uniwa.uwa.edu.au"
- set err to whois "craig@uniwa.uwa.edu.au"
- set err to geturl "finger://craig@uniwa.uwa.edu.au"
- set err to geturl "finger://uniwa.uwa.edu.au/craig"
- set err to geturl "whois://uniwa.uwa.edu.au/craig"
- set err to geturl "whois://uniwa.uwa.edu.au/craig" to (file "rocky:whois")
- set res to fetchurl "craig@uniwa.uwa.edu.au"
- end tell
- res